@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	}
body{
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{
	cellspacing:0px;
	cellpadding:0px;
	}
img{
	border:none;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	}
dl,dt,dd{padding:0;margin:0;}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}

/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
/** banner **/
.banner{
	height: auto;
	overflow:hidden;
	position: relative;
}
.swiper-container{
	width: 100%;
	height: auto;
}
.swiper-slide{
	display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
}
.banner_video{
	height: auto;
	background-size: auto 100%;
	overflow:hidden;
	position: relative;
}
.banner_box{
	height: auto;
	position: relative;
}
.banner_box a{
	display: block;
}
.banner_tp{
	height: auto;
}

.banner_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
}


.banner_spnr{
	width: 80%;
	height: auto;
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -82px;
	text-align: center;
	color: #fff;
}
.banner_spbt{
	line-height: 50px;
	font-size: 36px;
	letter-spacing: 1px;
}
.banner_spbt1{
	    line-height: 50px;
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 10px;
}
.banner_spbt1 span{
	color: #d80300;
    margin: 0 10px;
   background: rgba(255,255,255,0.3);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4Cffffff,endColorstr=#4Cffffff);
    padding: 3px 15px;
}
.banner_spwzjs{
	height: auto;
	margin-top: 15px;
}
.banner_spwzjs p{
	line-height: 30px;
	font-size: 16px;
}


.top_anniu{
	width: 130px;
	height:55px;
	position: fixed;
	top:30px;
	right:30px;
	z-index: 999;
}
.top_anniu a{
	display: block;
	line-height:55px;
	background: #d80300;
	text-align: center;
	color: #fff;
	font-size:16px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	text-transform: uppercase;
}
.top_anniu a i{
	margin-left: 10px;
}
.top_anniu a:hover{
	background: #000;
}


.logo{
	width: 190px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 30px;
    z-index: 999;
}

.top_menu{
	height: auto;
	position: absolute;
	top:30px;
	right:200px;
	z-index: 999;
}
.top_menu ul{
	height: auto;
	float: right;
}
.top_menu ul li{
	height: auto;
	float: left;
}
.top_menu ul li a{
	display: block;
	line-height: 55px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding:0 20px;
}
.top_menu ul li a:hover{
	color: #d80300;
}
#top_cddq a{
	color: #d80300;
}


.banner_jt{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom:50px;
	/**
	left:50%;
	margin-left: -30px;
	**/
	left: 10%;
	z-index: 999;
}
.banner_jt a{
	display: block;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	border-radius: 100%;
	color: #ccc;
	border:1px solid #ccc;

	position:relative;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

@-webkit-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-moz-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-ms-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-o-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
.banner_jt a:hover{
	background: #d80300;
	border:1px solid #d80300;
	color: #fff;
}
/** banner **/

/** box_menu **/
.box_menu{
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	top:0;
	left:0;
	background: #000;
	z-index: 999;
	background: rgba(0,0,0,0.8);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
display: none;
}
.box_menukj{
	height: auto;
	padding:80px;
}
.box_logo{
	width: 190px;
	height: auto;
	margin:0 auto;
}
.box_dhn{
	height: auto;
	margin-top:60px;
}
.box_dhn ul{
	height: auto;
}
.box_dhn ul li{
	height: auto;
	margin-bottom: 30px;
}
.box_dhn ul li a{
	display: block;
	color: #fff;
	line-height: 55px;
	font-size: 18px;
	text-align: center;
	border:1px solid #ddd;
}
.box_dhn ul li a:hover{
	background: #d80300;
	border:1px solid #d80300;
}
#boxmndq a{
	background: #d80300;
	border:1px solid #d80300;
}


.box_close{
	width: 100px;
	height: auto;
	position: absolute;
	top:30px;
	right: 50px;
}
.box_close a{
	display: block;
	color: #fff;
	font-size: 72px;
	text-align: center;
}
.box_close a:hover{
	color: #d80300;
}

.box_dbbq{
	width: 100%;
	position: absolute;
	bottom: 50px;
	left:0;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	color: #ccc;
}
.box_dbbq p{
	margin:0;
}
/** box_menu **/
/** sy_ab **/
.sy_ab{
	height: auto;
	padding:50px 0;
}
.sy_abbox{
	height: auto;
}
.sy_abbox01{
	height: auto;
}
.syab_bt{
	height: auto;
}
.syab_bt01{
	line-height: 25px;
	font-size: 16px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    color: #888;
}
.syab_bt02{
	line-height: 30px;
	font-size: 24px;
	color: #d80300;
	font-weight: bold;
}
.syab_bt02 span{
	margin-left: 10px;
	color: #111;
}
.syab_con{
	height: auto;
	margin-top:20px;
}
.syab_con p{
	line-height: 28px;
	font-size: 16px;
	color: #111;
}

.sy_abbox02{
	height: auto;
}
.syabmore{
	width: 60%;
	height: 150px;
	float: right;
	position: relative;
	margin-top: 45px;
}
.syabmore a{
	display: block;
	height: 100%;
	background:#d80300;
	color: #fff;
}
.syabmore a:hover{
	background: #111;
}
.syab_gd{
	width: 80%;
	height: auto;
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -35px;
	text-align: center;
	color: #fff;
}
.syab_gd1{
	font-size: 30px;
	line-height: 45px;
}
.syab_gd2{
	font-size: 16px;
	line-height: 25px;
}
/** sy_ab **/
/** sypro **/
.sypro{
	height: auto;
}
.sypro_box{
	height: auto;
	margin-top: 30px;
}
.sypro_box ul{
	height: auto;
}
.sypro_box ul li{
	height: auto;
	padding:0;
}
.sypro_kj{
	height: auto;
	background: #f3f3f3;
}
.sypro_kj a{
	display: block;
}
.sypro_tp{
	height: auto;
	position: relative;
}
.sypro_bg{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}

.sypro_tb{
	width: 50px;
	height: 50px;
	position: absolute;
	top:20px;
	left:7%;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	color: #d80300;
}
.sypro_bt{
	width: 80%;
	height: auto;
	position: absolute;
	top: 85px;
	left:10%;
	border-left: 1px solid #d80300;
	padding:5px 15px;
}
.sypro_bt01{
	line-height: 35px;
	font-size: 24px;
	color: #fff;
}
.sypro_bt02{
	line-height: 30px;
	font-size: 16px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    color: #ccc;
}
.sypro_wzjs{
	width: 80%;
	height: auto;
	position: absolute;
	top:200px;
	left:10%;
}
.sypro_wzjs p{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.sypro_more{
	width: 90px;
	height: 90px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #d80300;
    color: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 36px;
    font-weight: bold;
}
.sypro_kj a:hover .sypro_bg{
	background: rgba(216,3,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8d80300,endColorstr=#C8d80300);
}
.sypro_kj a:hover .sypro_tb{
	color: #fff;
}
.sypro_kj a:hover .sypro_bt{
	border-left: 1px solid #fff;
}
.sypro_kj a:hover .sypro_more{
	background: #fff;
	color: #d80300;
}


.sypro_wenan{
	width: 80%;
	height: auto;
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -127px;
}
.sypro_watim{
	line-height: 30px;
	font-size: 24px;
	color: #d80300;
}
.sypro_watim1{
	line-height: 22px;
	font-size: 14px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    margin-top: 10px;
}
.sypro_wanr{
	height: auto;
	margin-top: 20px;
}
.sypro_wanr p{
	line-height: 30px;
	font-size: 16px;
	color: #111;
}

.sypro_box1{
	height: auto;
}
.sypro_box1 ul{
	height: auto;
}
.sypro_box1 ul li{
	height: auto;
}
.sypro_box1 ul li:nth-child(odd){
	padding-left: 0;
}
.sypro_box1 ul li:nth-child(even){
	padding-right: 0;
}
.sypro_kj1{
	height: auto; 
}
.sypro_kj1 a{
	display: block;
}
.sypro_tp1{
	height: auto;
	position: relative;
}
.sypro_bg1{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.sypro_bt1{
	width: 80%;
	height: auto;
	position: absolute;
	top: 50px;
	left:10%;
}
.sypro_bt1a{
	line-height: 35px;
	font-size: 24px;
	color: #fff;
}
.sypro_bt1b{
	line-height: 30px;
	font-size: 16px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    color: #ccc;
}
.sypro_wzjs1{
	width: 80%;
	height: auto;
	position: absolute;
	top:130px;
	left:10%;
}
.sypro_wzjs1 p{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.sypro_more1{
	position: absolute;
	bottom: 10px;
	left:10%;
    color: #fff;
    text-align: center;
    line-height: 90px;
    font-size: 36px;
    font-weight: bold;
}
.sypro_kj1 a:hover .sypro_bg1{
	background: rgba(216,3,0,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8d80300,endColorstr=#C8d80300);
}
/** sypro **/
/** sy_zhan **/
.sy_zhan{
	height: auto;
	padding:50px 0;
	background: #f8f8f8;
}

.sybt{
	height: auto;
	text-align: center;
}
.sybt01{
	line-height: 35px;
	font-size: 24px;
	color: #111;
	font-weight:  bold;
}
.sybt01 span{
	color: #d80300;
	margin-right: 5px;
}
.sybt02{
	line-height: 25px;
    font-size: 14px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    color: #888;
}


.syzhan_box{
	height: auto;
	margin-top: 30px;
}
.syzhan_box ul{
	height: auto;
}
.syzhan_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.syzhan_kj{
	height: auto;
}
.syzhan_kj a{
	display: block;
}
.syzhan_img{
	height: auto;
	border:2px solid #ddd;
	padding:10px;
}
.syzhan_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.syzhan_bt{
	height: auto;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
}
.syzhan_bt1{
	height: auto;
	padding-left: 0;
}
.syzhan_bt2{
	height: auto;
	padding-right: 0;
	text-align: right;
	line-height: 55px;
}
.syzhan_bt2 i{
	border: 1px solid #bfbfbf;
    border-radius: 100%;
    padding: 10px;
    color: #bfbfbf;
    font-size: 20px;
}
.syzhan_tm01{
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.syzhan_tm02{
	height: auto;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.syzhan_kj a:hover .syzhan_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.syzhan_kj a:hover .syzhan_tm01{
	color: #d80300;
}
.syzhan_kj a:hover .syzhan_tm02{
	color: #111;
}
.syzhan_kj a:hover .syzhan_bt2 i{
	border: 1px solid #d80300;
	color: #d80300;
}


.witness{
	height: auto;
	margin-top: 30px;
}
.witness ul{
	height: auto;
}
.witness ul li{
	height: auto;
	margin-bottom: 30px;
}
.witness ul li a{
	display: block;
	border: 1px solid #ddd;
}
.witness_tp{
	height: auto;
	overflow: hidden;
}
.witness_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.witness_nr{
	height: auto;
    padding: 15px 20px;
}
.witness_bt{
	line-height: 30px;
    font-size: 16px;
    color: #111;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.witness_time{
	line-height: 25px;
    font-size: 14px;
    color: #666;
}
.witness_wz{
	height: 46px;
    margin-top: 5px;
    overflow: hidden;
    line-height: 23px;
    font-size: 14px;
    margin: 0 auto;
    color: #999;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.witness ul li a:hover .witness_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.witness ul li a:hover{
	background: #d80300;
}
.witness ul li a:hover .witness_bt{
	color: #fff;
}
.witness ul li a:hover .witness_time{
	color: #ccc;
}
.witness ul li a:hover .witness_wz{
	color: #ccc;
}
.inner_box .witness{
	margin-top: 50px;
}
.sy_zhan .sybt01 span{
	margin-right: 0px;
	margin-left: 5px;
}
/** sy_zhan **/
/** sy_news **/
.sy_news{
	height: auto;
	padding:50px 0;
}
.synews_box{
	height: auto;
	margin-top:30px;
}
.synews_box ul{
	height: auto;
}
.synews_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.syxwkj{
	height: auto;
}
.syxwkj a{
	display: block;
}
.xyxw_img{
	height: auto;
	overflow:hidden;
}
.xyxw_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.xyxw_bt{
	height: auto;
	line-height: 35px;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
margin-top: 5px;
font-weight: bold;
border-bottom: 1px dotted #ddd;
}
.syxw_con{
	margin-top: 5px;
	height: 75px;
	overflow:hidden;
}
.syxw_con p{
	line-height: 25px;
	margin:0 auto;
	font-size: 14px;
	color: #888;
}
.syxw_time{
	line-height: 30px;
	font-size: 14px;
	color: #d80300;
}
.syxwkj a:hover .xyxw_bt{
	color: #d80300;
}
.syxwkj a:hover .xyxw_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
/** sy_news **/
/** case_roll **/
.case_roll{
	height:auto;
	padding:50px 0;
	background: url(../images/case_roll.jpg) center center no-repeat;
	background-size: cover;
	margin-top: 50px;
}
.roll_box{
	height: auto;
	position: relative;
}
.roll_zj{
	width:100%;
	height: auto;
}
.roll_zj a{
	display: block;
}
.roll_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.roll_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.roll_bt{
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	padding:0 15px;
	color:#fff;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 5px;
}
.roll_zj a:hover .roll_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.roll_zj a:hover .roll_bt{
	background: #d80300;
}
.roll_box .swiper-button-prev{
	left:-60px;
	background: url(../images/jiantou01.png) center center no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.roll_box .swiper-button-prev:hover{
	background: url(../images/jiantou01h.png) center center no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.roll_box .swiper-button-next{
	right:-60px;
	background: url(../images/jiantou02.png) center center no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.roll_box .swiper-button-next:hover{
	background: url(../images/jiantou02h.png) center center no-repeat;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
/** case_roll **/
/** sy_case **/
.sy_case{
	height: auto;
    padding: 50px 0;
    background: #f8f8f8;
}
.sycase_box{
	height: auto;
	margin-top: 30px;
}
.sycase_box ul{
	height: auto;
}
.sycase_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.sycase_kj{
	height: auto;
}
.sycase_kj a{
	display: block;
}
.sycase_tp{
	height: auto;
	border:1px solid #ddd;
	padding:10px;
	overflow:hidden;
}
.sycase_tp img{
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.sycase_bt{
	line-height: 35px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px dotted #ddd;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.sycase_kj a:hover .sycase_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.sycase_kj a:hover .sycase_bt{
	color: #d80300;
}


.syindex_ckgdan{
	width: 200px;
	height: auto;
	margin-top: 15px;
}
.syindex_ckgdan a{
	display: block;
	background: #d80300;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}
.syindex_ckgdan a i{
	margin-left: 10px;
}
.syindex_ckgdan a:hover{
	background: #000;
}


.syjcal{
	height: auto;
	margin-top: 15px;
}
.demo {
	width: 100%;
	position: relative;
}
.tabbtn {
	height: auto;
	text-align: center;
}
.tabbtn li {
	position: relative;
	display: inline-block;
	margin:0 5px;
}
.tabbtn li a {
	display: block;
	height: auto;
	text-align: center;
	cursor: pointer;
	line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #333;
    padding: 0 30px;
}
.tabbtn li.current {
}
.tabbtn li.current a {
	background: #d80300;
	color:#fff;
}
.tabcon {
	position: relative;
	height: auto;
	overflow: hidden;
}
.tabcon .subbox {
	position: absolute;
	left: 0;
	top: 0;
}
.tabcon .sublist {
	height: auto;
}
.sy_case .sybt01 span{
	margin-right: 0px;
	margin-left: 5px;
}
/** sy_case **/
/** sy_jjfan **/
.sy_jjfan{
	height: auto;
	padding:50px 0;
}
.syjjfan_box{
	height: auto;
	margin-top: 30px;
}
.syjjfan_box ul{
	height: auto;
}
.syjjfan_box ul li{
	height: auto;
}
.syjjfan_kj{
	height: auto;
}
.syjjfan_tp{
	height: auto; 
}
.syjjfan_bt{
	height: auto;
	line-height: 35px;
	font-size: 16px;
	color: #111;
	font-weight: bold;
	margin-top: 5px;
}
.syjjfan_con{
	height: auto;
	margin-top: 5px;
}
.syjjfan_con p{
	line-height: 25px;
	font-size: 14px;
	color: #888;
}
/** sy_jjfan **/
/** yqlj **/
.yqlj{
	height: auto;
	padding:30px 0;
	background: #f8f8f8;
}

.yqlj_bt{
	height: auto;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.yqlj_bt1{
	float: left;
	padding:2px 30px;
	background: #d80300;
	color: #fff;
	font-size: 14px;
}
.yqlj_bt2{
	float: left;
	font-size: 14px;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    margin-left: 20px;
    line-height: 34px;
}
.yqlj_con{
	height: auto;
	margin-top: 15px;
}
.yqlj_con ul{
	height: auto;
}
.yqlj_con ul li{
	height: auto;
	float: left;
	margin-right: 13px;
	line-height: 25px;
	color: #999;
}
.yqlj_con ul li a{
	display: block;
	font-size: 13px;
	color: #444;
}
.yqlj_con ul li a:hover{
	color: #d80300;
}
/** yqlj **/
/** footer **/
.footer{
	height: auto;
	background: #222222;
}
.footer01{
	height: auto;
	padding:15px 0;
}
.foot_left{
	height: auto;
}
.footer_bt{
	line-height: 30px;
	font-size: 16px;
	color: #fff;
}
.footer_dh{
	height: auto;
	margin-top: 15px;
}
.footer_dh ul{
	height: auto;
}
.footer_dh ul li{
	height: auto;
	margin-bottom: 15px;
	padding-left: 0;
}
.footer_dh ul li a{
	display: block;
	line-height: 35px;
	font-size: 14px;
	color: #ccc;
    background: #555;
    text-align: center;
}
.footer_dh ul li a:hover{
	color: #fff;
	background: #d80300;
}

.foot_center{
	height: auto;
	padding-left: 5%;
}
.foot_lxbt {
    line-height: 30px;
    font-size: 16px;
    color: #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
}
.foot_lxwz{
	height: auto;
}
.foot_lxwz p{
	line-height: 30px;
	margin:0;
	font-size: 14px;
	color: #ccc;
}
.foot_lxwz p a{
	display: block;
	color: #ccc;
}
.foot_lxwz p i{
	width: 15px;
	margin-right: 10px;
}



.foot_right{
	height: auto;
}
.foot_ewmzj{
	height: auto;
	margin-top: 15px;
}
.foot_ewm01{
	height: auto;
	padding-left: 0;
	padding-right: 10px;
}
.foot_ewm02{
	height: auto;
	padding-left: 0;
	padding-right: 10px;
}
.foot_ewm03{
	height: auto;
	padding-left: 0;
	padding-right: 10px;
}
.foot_ewmtp{
	width: 90%;
	height: auto;
	background: #fff;
	padding:5px;
}
.foot_ewmzj p{
	text-align: center;
	line-height: 30px;
	margin:0;
	font-size: 14px;
	margin-top: 5px;
}





.footer02{
	height: auto;
	border-top: 1px solid #313131;
	padding:10px 0;
}
.banquan{
	height: auto;
}
.banquan p{
	line-height: 25px;
    margin: 0;
    font-size: 12px;
    color: #ccc;
}
.banquan p a{
	color: #ccc;
}
.banquan p a:hover{
	color:#d80300;
}
.ybjszs{
	height: auto;
}
.ybjszs p{
	line-height: 25px;
	margin:0 auto;
	text-align: right;
	font-style: italic;
	color: #eee;
}
.foot_made{
	font-family: Verdana,Geneva,sans-serif;
	font-style: italic;
}
.ybjszs p a{
	color: #ccc;
	text-decoration: none;
}
.ybjszs p a:hover{
	color: #d72533;
}

.jszctb{
	margin-left:10px;
}
/** footer **/
.ny_ban{
	height: auto;
    overflow: hidden;
    position: relative;
}
/** ny_dhfl **/
.ny_dhfl{
	height: auto;
}
.pz_menu{ float:left; width:100%; position:relative; z-index:9;}
.nynav{width:100%;float:left;margin-top:-47px;position:relative;background:url(../images/nygy3.png) repeat-x;background-size:100% 100%;height:126px;}
.nynav .headline{ width:423px; height:126px; position:relative; z-index:5; background:url(../images/nygy1.png) no-repeat right center; float:left;}
.nynav .headline:before{ content:''; width:500px; top:0; height:100%; background:#2c2f36; position:absolute; left:-500px;}
.nynav .headline h4{ width:100%; margin-top:28px; font-size:36px; color:white; line-height:35px; font-family:Arial; text-transform:uppercase; font-style:oblique; font-weight:bold; margin-bottom: 0;}
.nynav .headline h3{ width:100%; padding-left:166px; position:relative; font-size:30px; color:white; line-height:36px; margin:0;}
.nynav .headline h3:before{ content:''; width:500px; height:1px; background:white; position:absolute; left:-350px; top:50%;}
.nynav .subhead{ float:right; font-size:12px; color:white; line-height:41px;}
.nynav .subhead a{ color:white;}
.nynav .subhead a:hover{ color:#d80300;}
.nynav .subhead span{ margin:0 9px;}
.nynav .subhead img{ vertical-align:middle; margin:-2px 4px 0 0; height:13px;}
.pz_SideLayer_box{ width:100%; position:absolute; left:0; bottom:0;}
.pz_SideLayer{ /*width:100%;*/ float:right; height:85px; /*padding-left:475px;*/}
.pz_SideLayer li{ float:left; margin-right:2px;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.pz_SideLayer li a{ display:block; padding:0 20px; font-size:16px; color:white; line-height:85px;}

.pz_SideLayer li.l2,
.pz_SideLayer li.l3{display:none;}


.pz_SideLayer li.on,.pz_SideLayer li:hover{ margin-top:-4px;}
.pz_SideLayer li.on a,.pz_SideLayer li:hover a{ background:#d80300; padding-top:4px; height:89px;}

.c_1570 {
    width: 100%;
    float: left;
    padding: 0 9.11%;
}
/** ny_dhfl **/
/** inner_box **/
.inner_box{
	height: auto;
	padding:80px 0;
}
.inner_bt{
	height: auto;
	text-align: center;
}
.inner_bt01{
	line-height: 50px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    text-transform: uppercase;
    font-size: 78px;
    color: #6d6d6d;
    text-transform: uppercase;
    opacity: 0.1;
}
.inner_bt02{
	font-size: 30px;
    color: #2f2f2f;
    font-weight: bold;
    margin-top: -30px;
}
.inner_bt02 span{
	color: #d80300;
	margin:0 20px;
}

.inner_lxfs{
	height: auto;
	margin-top: 50px;
}

.neiye_bknr01{
	height: auto;
}
.neiye_bknr01 h3{
	color: #333;
	margin:0;
}
.neiye_bknr01 ul{
	height: auto;
	margin-top: 20px;
}
.neiye_bknr01 ul li{
	line-height: 50px;
	font-size: 16px;
	color: #444;
	padding-left: 35px;
	border-bottom: 1px dotted #ddd;
}
.neiye_bknr01 ul li a{
	color: #444;
	text-decoration: none;
}
.neiye_bknr01 ul li a:hover{
	color: #d80300;
}
.lxtb01{
	background: url(../images/lxtb01.png) left center no-repeat;
}
.lxtb02{
	background: url(../images/lxtb02.png) left center no-repeat;
}
.lxtb03{
	background: url(../images/lxtb03.png) left center no-repeat;
}
.lxtb04{
	background: url(../images/lxtb04.png) left center no-repeat;
}
.neiye_bknr02{
	height: auto;
}

.weixin{
	height: auto;
}
.weixin_tp{
	width: 90%;
	height: auto;
	border: 1px solid #ddd;
	padding:20px;
}
.weixin_nm{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	margin-top: 5px;
}

.inner_map{
	height: 500px; 
	margin-top: 50px; 
}
#dituContent{
	width: 100%;
	height: 100%;
	border:1px solid #ddd;
}


.inner_about{
	height: auto;
	margin-top: 50px;
}
.inner_about h3{
	color: #111;
	margin-bottom: 15px;
}
.inner_about p {
    line-height:35px;
    font-size: 16px;
    color: #111;
}
.inner_about img{
	max-width: 100%;
	height: auto;
}



.inner_message{
	height: auto;
	margin-top: 50px;
}
.zxly_box{
	width: 70%;
	height: auto;
}
.zxly_box ul{
	height: auto;
}
.zxly_box ul li{
	height: auto;
	margin-bottom: 15px;
}
.zxly_in{
	width: 100%;
	height: 50px;
	background: #eee;
	padding:0 10px;
	font-size: 14px;
	outline: none;
	line-height: 50px;
	border: none;
}
.zxly_box ul li textarea{
	width: 100%;
	height: 150px;
	background: #eee;
	padding:10px;
	font-size: 14px;
	outline: none;
	line-height: 25px;
	border: none;
}
.zxly_in1{
	width: 100%;
	height: 50px;
	font-size: 18px;
	outline: none;
	line-height: 50px;
	border: none;
	text-align: center;
	background: #d80300;
    color: #fff;
    transition: color .6s,border-color .6s,background-color .6s;
}
.zxly_in1:hover{
	background: #2b2b33;
	transition: color .6s,border-color .6s,background-color .6s;
}








.inner_case{
	height: auto;
	margin-top: 50px;
}
.inner_case .sycase_box{
	margin-top: 0;
}

.fenye_box{
	height: auto;
	margin:30px auto 0;
}
.fenye_box ul{
	text-align: center;
}
.fenye_box ul li{
	display: inline-block;
	margin:0 5px;
}
.fenye_box ul li a{
	display: block;
	border: 1px solid #d80300;
	color: #d80300;
	padding: 6px 12px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 100%;
}
.fenye_box ul li a:hover{
	background: #d80300;
	color: #fff;
}
#current a{
	background: #d80300;
	color: #fff;
}




.inner_news{
	height: auto;
	margin-top: 50px;
}
.inner_news .synews_box{
	margin-top: 0;
}

.inner_newdot{
	height: auto;
}
.inner_left{
	height: auto;
	padding-left: 0;
}
.inner_zuo{
	height: auto;
}
.xqdot_top{
	height: auto;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
}
.xqdot_bt{
	line-height: 45px;
	font-size: 30px;
	color: #111;
	letter-spacing: 1px;
}
.xqdot_fb{
	line-height: 35px;
    font-size: 14px;
    color: #999;
}
.xqdot_fb01{
	float: left;
}
.xqdot_fb02{
	float: right;
}
.xqdot_fb02 a{
	display: block;
	line-height: 35px;
	color: #111;
}
.xqdot_fb02 i{
	font-size: 24px;
	margin-left: 10px;
	line-height: 35px;
	color: #d80300;
}
.xqdot_fb02 a:hover{
	color: #d80300;
}

.xqdot_box{
	height: auto;
	margin-top: 30px;
	line-height: 25px;
	font-size: 14px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}
.xqdot_box img{
	max-width: 100%;
	height: auto !important;
}

.xqspxp{
	height: auto;
	margin-top: 30px;
	font-size: 14px;
	background: #f7f6f6;
    padding: 15px;
}
.xqspxp01{
	height: auto;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.xqspxp02{
	height: auto;
	white-space:nowrap;
overflow:hidden;
-ms-text-overflow:ellipsis;
-o-text-overflow:ellipsis;
text-overflow:ellipsis;
}
.xqspxp a{
	color: #888;
}
.xqspxp a:hover{
	color: #d80300;
}


.fanhui_an{
	width: 100px;
	height: 100px;
	margin:50px auto 0;
}
.fanhui_an a{
	display: block;
	height: 100%;
	background: #d80300;
	color: #fff;
	text-align: center;
	border-radius: 100%;
}
.fanhui_an a i{
	line-height:45px;
	font-size: 30px;
	margin-top: 10px;
}
.fanhui_an a p{
	line-height: 25px;
	font-size: 18px;
	margin:0;
}
.fanhui_an a:hover{
	background: #000;
}

.inner_boxdot{
	padding-top: 35px;
}


.inner_right{
	height: auto;
	padding-right: 0;
}
.inner_you{
	height: auto;
}
.you_news{
	height: auto; 
	position: relative;
}
.youxw_k{
	width: 80%;
	height: auto;
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -28px;
	text-align: center;
}
.youxw_k01{
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
.youxw_k02{
	line-height: 25px;
	font-size: 14px;
	color: #ccc;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.you_xwxq{
	height: auto;
	background:#f8f8f8;
	padding:0 15px 25px 15px;
}
.you_xwxq ul{
	height: auto;
}
.you_xwxq ul li{
	height: auto;
}
.you_xwxq ul li a{
	display: block;
	border-bottom: 1px dotted #ddd;
	padding:25px 0;
}
.you_zbxwtp{
	height: auto;
	padding-left: 0;
}
.zbxwtp_img{
	height: auto;
	overflow:hidden;
	height: 71px;
}
.zbxwtp_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
	height: 71px;
}
.you_ybxwne{
	height: auto;
	padding-right: 0;
}
.ybxwne_bt{
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #111;
	overflow:hidden;
}
.ybxwne_time{
	line-height: 25px;
	font-size: 14px;
	color: #999;
	margin-top: 5px;
}
.you_xwxq ul li a:hover .ybxwne_bt{
	color: #d80300;
}
.you_xwxq ul li a:hover .zbxwtp_img img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}



.nybox_menu{
	height: auto;
}
.nybox_menu ul{
	height: auto;
	text-align: center;
}
.nybox_menu ul li{
	height: auto;
	display: inline-block;
	margin: 5px 5px;
}
.nybox_menu ul li a{
	display: block;
	line-height: 50px;
	text-align: center;
	background: #f7f7f8;
    font-size: 16px;
    color: #333;
    padding:0 35px;
    text-decoration: none;
}
.nybox_menu ul li a:hover{
	background: #d80300;
	color: #fff;
}
#nymedq a{
	background: #d80300;
	color: #fff;
}


.wzjs_menu{
	height: auto;
	margin-top: 20px;
}
.wzjs_menu ul{
	height: auto;
	text-align: center;
}
.wzjs_menu ul li{
	height: auto;
	display: inline-block;
	margin: 5px 3px;
}
.wzjs_menu ul li a{
	display: block;
	line-height: 35px;
	text-align: center;
	border:1px solid #ddd;
    font-size: 14px;
    color: #333;
    padding: 0 15px;
    text-decoration: none;
    border-radius: 50px;
}
.wzjs_menu ul li a:hover{
	background: #d80300;
    color: #fff;
    border:1px solid #d80300;
}
#jsda a{
	background: #d80300;
    color: #fff;
    border:1px solid #d80300;
}


.inner_jsjz{
	height: auto;
	margin-top: 50px;
}
.inner_jsjz .syzhan_box{
	margin-top: 0;
}



.inner_jsjzdot{
	height: auto;
}
.jsjzdot01{
	height: auto;
}
.jsjzdot_left{
	height: auto;
}
.jsjzdot_right{
	height: auto;
}
.jsjz_xqkj{
	height: 383px;
	background: #f1f0f0;
	padding:30px;
}

.jsjz_xqtp{
	height: auto;
    padding: 15px;
    background: #d80400;
}
.jsjz_xqtpimg{
	height: 293px;
}
.jsjz_xqcon{
	height: auto;
	padding-left: 30px;
	padding-right: 0;
}
.jsjz_xqkjbt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
}
.jsjz_line{
	width: 30px;
    height: 2px;
    background-color: #d80300;
    margin:5px auto 5px 0;
}
.jsjz_xqwzjs{
	height: 200px;
	margin-top: 15px;
	line-height: 25px;
	font-size: 13px;
	overflow: auto;
}
.fwgwz{
	width: 150px;
	height: auto;
	margin-top: 15px;
	margin-left: 0;
}
.fwgwz a{
	display: block;
    text-align: center;
    line-height: 35px;
    font-size: 14px;
    text-decoration: none;
    border:1px solid #d80300;
    color: #d80300;
    border-radius: 50px;
}
.fwgwz a:hover{
	background: #d80300;
	color: #fff;
}

.jsjz_xqkj1{
	height: 383px;
	background: #f7f7f7;
	padding:30px;
	position: relative;
}


.wzjs_nybq{
	height: auto;
	line-height: 35px;
	font-size: 14px;
	color: #111;
	margin-top: 30px;
}
.wzjs_nybq span{
	padding:8px 25px;
	color: #fff;
	margin-right: 10px;
	border-radius: 50px;
}
.nybq01{
	background: #d80300;
}
.nybq02{
	background: #3d4047;
}

.jsny_ul{
	height: auto;
	margin-top: 20px;
}
.jsny_ul ul li{
	height: auto;
	margin-bottom: 15px;
}
.jsny_xbt{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px dotted #444;
}
.jsny_xbt span{
	margin-right: 10px;
}
.jsny_xnr{
	height: auto;
	margin-top: 15px;
}
.jsny_xnr p{
	line-height: 25px;
	color: #666;
}
.xmsx{
	height: 70px;
	margin-top: 15px;
}
.xmsx span{
	border:1px solid #3d4147;
	padding: 3px 15px;
	border-radius: 50px;
	margin-right: 10px;
	color: #3d4147;
	margin-bottom: 5px;
	margin-top: 5px;
	display: inline-block;
}
.wzjs_zhz{
	height: auto;
	margin-top: 20px;
}
.wzjs_zhz p{
	line-height: 30px;
	color: #111;
	font-size: 16px;
}
.wzjs_zhz p span{
	font-size: 24px;
	font-style: italic;
	color: #d80300;
	font-weight: bold;
}

.jsjz_syzsxg{
	height: auto;
	line-height: 35px;
	font-size: 30px;
	text-align: center;
	color: #111;
	margin-top: 35px;
}
.jsjz_syzsxg span{
	margin-left: 10px;
	font-size: 24px;
	line-height: 35px;
	color: #d80300;
}

.jsjzdot02{
	height: auto;
	margin:35px 15px 0;
	text-align: center;
	background: #3d4047;
	padding:60px;
}
.jsjzdot02 img{
	max-width: 100%;
	height: auto !important;
}


.inner_wzyh{
	height: auto;
	margin-top: 50px;
}
.inner_wzyh1{
	height: auto;
	background: #f5f5f5;
    padding: 30px;
}
.inwzyh_bt{
	height: auto;
	line-height: 35px;
	font-size: 24px;
	color: #111;
	font-weight: bold;
}
.inwzyh_bt1{
	line-height: 30px;
    font-size: 18px;
    color: #111;
    margin-top: 10px;
}
.inwzyh_con{
	height: auto;
	margin-top: 15px;
}
.inwzyh_con ul{
	height: auto;
}
.inwzyh_con ul li{
	height: auto;
	line-height:40px;
	font-size: 16px;
	color: #111;
}
.inwzyh_con ul li i{
	margin-right: 10px;
    font-size: 20px;
    width: 25px;
    color: #d80300;
}
.inwzyh_con ul li span{
	color: #d80300;
}

.inwzyh_tp{
	height: auto;
	text-align: center;
	background: url(../images/inwzyh_tp.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -ms-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto; 
}
.inwzyh_tp img{
	max-width: 100%;
}
.inner_wzyh2{
	height: auto;
}
/** inner_box **/
/** inner_ffkk **/
.inner_ffkk{
	height: auto;
	padding:0px 0 50px;
	margin-top: -25px;
}
.ffkk_bt{
	height:auto;
	text-align: center;
}
.ffkk_bt01{
	line-height: 35px;
    font-size: 24px;
    color: #111;
    font-weight: bold;
}
.ffkk_bt02{
	line-height: 35px;
    font-size: 16px;
}

.ffkk_con{
	height: auto;
	margin-top: 30px;
}
.ffkk_con ul{
	height: auto;
}
.ffkk_con ul li{
	width: 20%;
	height: auto;
}
.ffkk_kj{
	height: auto;
}
.ffkk_tb{
	height:auto;
	text-align: center;
	line-height:40px;
	font-size: 36px;
	color: #d80300;
}
.ffkk_wz{
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	color: #111;
}
/** inner_ffkk **/
/** inner_qywhy **/
.inner_qywhy{
	height: auto;
	padding: 80px 0;
	background: #f8f8f8;
}
.qywhy_con{
	height: auto;
	margin-top: 50px;
}
.qywhy_con ul{
	height: auto;
}
.qywhy_con ul li{
	height: auto;
	margin-bottom: 25px;
}
.qywhy_kj{
	height: auto;
	text-align: center;
	border: 1px solid #eee;
    padding: 30px;
}
.qywhy_tb{
	width: 100px;
	height: 100px;
	background: #efefef;
	margin:0 auto;
	border-radius: 100%;
	line-height: 100px;
	font-size: 36px;
	color: #d80300;
}
.qywhy_tm{
	line-height: 35px;
	font-size: 16px;
	color: #111;
	margin-top: 5px;
	font-weight: bold;
}
.qywhy_nr{
	height: 50px;
    margin-top: 5px;
    line-height: 25px;
    font-size: 14px;
}
.qywhy_con ul li:hover .qywhy_tb{
	background: #d80300;
	color: #fff;
}
.qywhy_con ul li:hover .qywhy_tm{
	color: #d80300;
}
/** inner_qywhy **/
/** wzyh_inbar **/
.wzyh_inbar{
	height: auto;
	background: #0c1522;
	padding:50px 0;
	background: url(../images/wzyh_inbar.jpg) center center no-repeat fixed;
	background-size: cover;
}
.wzyhin_bar{
	height: auto;
}
.wzyhin_bar01{
	height: auto;
}
.wzyhin_nei{
	height: auto;
}
.wzyhin_bt{
	line-height: 35px;
	font-size: 24px;
	color: #fff;
	text-align: center;
}
.wzyhin_bt1{
	height: auto;
	margin-top: 5px;
	line-height: 30px;
	color: #ccc;
	font-size: 16px;
	text-align: center;
}
.wzyhin_qq{
	width: 150px;
	height: auto;
	margin-top: 15px;
}
.wzyhin_qq a{
	display: block;
	border:1px solid #ccc;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
}
.wzyhin_qq a:hover{
	background: #d80300;
	border:1px solid #d80300;
}
.wzyhin_bar02{
	height: auto;
}
/** wzyh_inbar **/
/** wzyh_bdtk **/
.wzyh_bdtk{
	height: auto;
	padding: 80px 0;
}
.bdtk_con{
	height: auto;
	margin-top: 50px;
}
.bdtk_con ul{
	height: auto;
}
.bdtk_con ul li{
	height: auto;
	margin-bottom: 30px;
}
.bdtk_kj{
	height: auto;
	border:1px solid #eee;
	padding: 30px 15px;
}
.bdtk_shuzi{
	height: auto;
}
.bdtk_sz{
	text-align: center;
	line-height: 60px;
    font-size: 36px;
    color: #d80300;
    font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-weight: bold;
    box-shadow: 5px 5px 5px #ddd;
    border-radius: 100%;
}
.bdtk_wz{
	height: auto;
}
.bdtk_wz01{
	line-height: 30px;
    font-size: 24px;
    color: #111;
    font-weight: bold;
}
.bdtk_wz02{
	line-height: 30px;
	font-size: 14px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #999;
}
/** wzyh_bdtk **/
/** wzyh_ldjz **/
.wzyh_ldjz{
	height: auto;
    padding: 80px 0;
    background: #f8f8f8;
}
.ldjz_con{
	height: auto;
	margin-top: 60px;
}
.ldjz_con ul{
	height: auto;
}
.ldjz_con ul li{
	height: auto;
	margin-bottom: 30px;
}
.ldjz_kj{
	height: auto;
    text-align: center;
    border: 1px dotted #ddd;
    padding: 30px;
}
.ldjz_num{
	width: 100px;
	line-height: 35px;
	font-size: 24px;
	color: #fff;
	background: #d80300;
	padding:15px;
	border-radius: 100%;
}
.ldjz_wz{
	line-height: 25px;
    font-size: 15px;
    margin-top: 15px;
    width: 80%;
    color: #111;
    height: 50px;
}
/** wzyh_ldjz **/
/** bdacg_box **/
.bdacg_box{
	height: auto;
	margin-top:60px;
}
.bdacg_box01{
	height: auto;
}
.bdacg_nr{
	height: auto;
    margin-top: 5%;
    background: #f5f5f5;
    padding: 50px 30px;
}
.bdacg_nr h3{
	color: #111;
	margin-bottom: 20px;
	margin-top: 0;
}
.bdacg_nr h3 i{
	margin-right: 10px;
	color: #d80300;
}
.bdacg_nr p{
	line-height:30px;
	font-size: 16px;
	color: #111;
}
.bdacg_box02{
	height: auto;
}

.bdacg_tp{
	height:500px;
	background: url(../images/bdacg_tp.jpg) center center no-repeat;
	background-size: cover;
}
/** bdacg_box **/
/** inner_liudaqy **/
.inner_liudaqy{
	height: auto;
	padding: 80px 0;
    background: #f8f8f8;
}
.liudaqy_box{
	height: auto;
	margin-top: 50px;
}
.liudaqy_box ul{
	height: auto;
}
.liudaqy_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.liudaqy_kj{
	height: auto;
}
.liudaqy_kj a{
	display: block;
	border:1px solid #d80300;
	padding:30px;
	text-align: center;
}
.liudaqy_tb{
	width: 100px;
	height: auto;
	line-height: 50px;
	font-size: 36px;
	color: #d80300;
}
.liudaqy_bt{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	font-weight: bold;
	margin-top: 5px;
}
.liudaqy_nr{
	width: 80%;
	height: 50px;
	margin-top: 5px;
}
.liudaqy_nr p{
	line-height: 25px;
	font-size: 14px;
	color: #111;
}
.liudaqy_al{
	width: 150px;
	height: auto;
	margin-top: 15px;
	background: #d80300;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.ckxqal_box{
	height: auto;
	margin-bottom: 30px;
	display: none;
}
.ckxqal_boxzj{
	background: #fff;
	padding:30px;
}
.ckxqal_title{
	line-height: 35px;
    font-size: 24px;
    color: #111;
    text-align: center;
}
.ldqy_tp{
	height: auto;
	margin-top: 15px;
}
/** inner_liudaqy **/
/** wltg_box **/
.wltg_box{
	height: auto;
	margin-top: 50px;
}
.wltg_box01{
	height: auto;
	margin-top: 2%;
}
.wltg_kj{
	height: auto;
}
.wltg_bt{
	line-height: 45px;
	font-size: 30px;
	color: #111;
}
.wltg_nr{
	height: auto;
	margin-top: 20px;
}
.wltg_nr p{
	line-height: 30px;
    font-size: 16px;
    color: #111;
    margin: 0 0 15px;
}
.wltg_nr p span{
	font-size: 30px;
	font-weight: bold;
}
.wltg_box02{
	height: auto;
	padding-left: 10%;
}
.wltg_tp{
	height: 300px;
	background: url(../images/wltg_tp.jpg) center center no-repeat;
	background-size: cover;
}
/** wltg_box **/
/** wltg_js **/
.wltg_js{
	height: auto;
}
.wltg_js01{
	height: auto;
	padding:50px 0 100px;
	background: url(../images/wltg_js.jpg) center center no-repeat fixed;
}
.wltg_jszj{
	height: auto;
	text-align: center;
}
.wltg_jsbt{
	line-height: 35px;
	font-size: 24px;
	color: #fff;
}
.wltg_jsnei{
	width: 68%;
	height: auto;
	margin-top: 15px;
}
.wltg_jsnei p{
	line-height: 30px;
    color: #ccc;
    font-size: 16px;
}
.wltg_js02{
	height: auto;
	padding-bottom: 30px;
}
.wltg_js02bg{
	height: auto; 
	background: #fff;
	margin-top: -60px;
	border:1px solid #f7f2f2;
	box-shadow: 5px 5px 5px #f7f2f2;
	padding:30px;
}
.wltg_sdtd{
	height: auto;
}
.wltg_sdtd ul{
	height: auto;
}
.wltg_sdtd ul li{
	height: auto;
	margin:15px 0;
	padding: 15px 50px;
}
.jyhc_wzjs{
	height: auto;
}
.jyhc_wzbt{
	line-height:35px;
	font-size: 20px;
	color: #111;
	font-weight: bold;
}
.jyhc_wzbt i{
	margin-right: 10px;
	color: #d80300;
}
.jyhc_wznr{
	height: auto;
	margin-top: 10px;
}
.jyhc_wznr p{
	line-height: 30px;
    font-size: 16px;
    color: #888;
}
/** wltg_js **/
/** wltg_jjfan **/
.wltg_jjfan{
	height: auto;
	padding: 15px 0 50px;
}
/** wltg_jjfan **/
/** wltg_youshi **/
.wltg_youshi{
	height: auto;
	background: #363c40;
	padding:50px 0 0;
}
.wltg_youshi .sybt01{
	color: #fff;
}

.jyhk_yscon{
	height: auto;
	margin-top: 30px; 
	overflow: hidden;
}
.jyhk_yscon ul{
	height: auto;
}
.jyhk_yscon ul li{
	height: auto;
	padding:0;
}
.jyhcys_bjtp{
	height: auto;
	position: relative;
}
.yjhcys_hover{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0; 
}
.yjhcys_hovdiv{
	width: 75%;
	height: auto;
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -116px;
}
.yjhcys_hovtb{
	width: 90px;
	height: auto;
	margin:0 auto; 
}
.yjhcys_hovline{
	width: 30px;
	height: 2px;
	background: #fff;
	margin:15px auto;
}
.yjhcys_hovbt{
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.yjhcys_hovcon{
	height: auto;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.yjhcys_hovcon p{
	line-height: 22px;
	font-size: 14px;
	color: #ccc;
}
.wltg_youshi .container{
	width: 100%;
}
/** wltg_youshi **/
/** wltg_cpys **/
.wltg_cpys{
	height: auto;
	padding: 80px 0 50px;
}
.wltg_gnbox{
	height: auto;
	margin-top: 50px;
}
.wltg_gnbox ul{
	height: auto;
}
.wltg_gnbox ul li{
	height: auto;
}
.gnbox_k{
	height: auto;
	background: #f5f5f5;
	padding: 15px 15px 25px;
	text-align: center;
}
.gnbox_ktp{
	font-size: 50px;
    color: #d80300;
}
.gnbox_kbt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
}
.gnbox_kbt1{
	line-height: 25px;
	font-size: 14px;
}
/** wltg_cpys **/
/** wltg_qpyx **/
.wltg_qpyx{
	height: auto;
	padding:0 0 50px;
}
.juyhk_yxwzjs{
	width: 68%;
    height: auto;
    margin-top: 20px;
}
.juyhk_yxwzjs p{
	line-height: 28px;
	font-size: 14px;
	color: #111;
	text-align: center;
}
.hkqp_yxtr{
	width: 80%;
	height: auto;
	margin-top:30px;
}
.hkqp_yxtr ul{
	height: auto;
}
.hkqp_yxtr ul li{
	height: auto;
	text-align: center;
}
.hkqp_tb{
	width: 100px;
	height: auto;
	border-radius: 10px;
	text-align: center;
	padding:8px 0;
}
.hkqp_tb01{
	background: #4472c4;
}
.hkqp_tb02{
	background: #ed7d31;
}
.hkqp_tb03{
	background: #a5a5a5;
}
.hkqp_tb04{
	background: #ffc000;
}
.hkqp_tb05{
	background: #5b9bd5;
}
.hkqp_tb06{
	background: #a5a5a5;
}
.hkqp_bt{
	line-height: 30px;
	font-size: 14px;
	color: #111;
	margin-top: 5px;
}
/** wltg_qpyx **/
/** wltg_sdwd **/
.wltg_sdwd{
	height: auto;
	padding:0 0 50px;
}

.sdwd_wftg{
	height: auto;
	margin-top: 30px;
}
.sdwd_wftg ul{
	height: auto;
	text-align: center;
}
.sdwd_wftg ul li{
	display: inline-block;
	margin:0 0px;
	vertical-align: top;
}
.sdwd_zj{
	width: 210px;
	height: auto;
}
.sdwd_tb{
	width: 50px;
	height: auto;
	margin:0 auto;
}
.sdwd_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	margin-top: 5px;
}
.sdwd_nei{
	line-height: 25px;
	font-size: 14px;
	margin-top: 5px;
}
.sdwd_jt{
	height: auto;
	margin-top: 20px;
}
/** wltg_sdwd **/
/** wltg_wywk **/
.wltg_wywk{
	height: auto;
	padding:50px 0;
	background: #f8f8f8;
}
.wywk_wz{
	height: auto;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	color: #111;
}
.wywk_nr{
	height: auto;
	margin-top:40px;
	overflow: hidden;
}
.wywk_nr ul{
	height: auto;
}
.wywk_nr ul li{
	height: auto;
	text-align: center;
}
.wywk_tb{
	height: auto;
	border: 1px solid #ddd;
    padding: 10px;
}
.wywk_tb img{
	max-width: 100%;
}
.wywk_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	margin-top: 10px;
	font-weight: bold;
}
.wywk_wzjs{
	height: auto;
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
}
/** wltg_wywk **/
/** jyhk_xsj **/
.jyhk_xsj{
	height: auto;
	padding: 60px 0 60px;
	background: url(../images/jyhk_xsj.jpg) bottom center no-repeat;
}
.jyhk_xsj .container{
	width: 80%;
}
.jyhk_xsjcon{
	height: auto;
	text-align: center;
	color: #fff;
}
.jyhk_xsjbt{
	line-height: 40px;
    font-size: 36px;
}
.jyhk_xsjbt span{
	    color: #ff6600;
}
.jyhk_xsjbt1{
	line-height: 25px;
	color: #eee;
	font-size: 14px;
	font-family: Verdana,Geneva,sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}


.xsjcon_ul{
	height: auto;
	margin-top: 15px;
}
.xsjcon_ul ul{
	height: auto;
	text-align: center;
}
.xsjcon_ul ul li{
	height: auto;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	margin:0 5px;
	padding:5px 30px;
}
.xsjcon_ul ul li:nth-child(odd){     
	    background: #7c9cd6;
	}
.xsjcon_ul ul li:nth-child(even){     
	    background: #7c8796;
	}
/** jyhk_xsj **/
/** kpxt_box **/
.kpxt_xbt{
	line-height: 30px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    color: #111;
}
.kpxt_box{
	height: auto;
	margin-top: 50px;
}
.kpxt_box ul{
	height: auto;
}
.kpxt_box ul li{
	height: auto;
}
.kpxt_kj{
	height: auto;
	background: #f8f8f8;
	padding:30px;
	text-align: center;
}
.kpxt_tb{
	width: 100px;
	height: 100px;
	background: #d80300;
	border-radius: 100%;
	line-height: 100px;
	font-size: 48px;
	color: #fff;
}
.kpxt_mc{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	font-weight: bold;
	margin-top: 15px;
}
.kpxt_nr{
	height: 50px;
	margin-top: 10px;
}
.kpxt_nr p{
	line-height: 25px;
	font-size: 14px;
}
/** kpxt_box **/
/** jst_kspmldys **/
.jst_kspmldys{
	height: auto;
    padding: 80px 0;
    background: #f8f8f8;
}
.kspmldys_box{
	height: auto;
	margin-top: 50px;
}
.kspmldys_box ul{
	height: auto;
}
.kspmldys_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.kspmldys_zj{
	height: auto;
	background: #fff;
	padding:15px;
	box-shadow: 5px 5px 5px #ddd;
	border: 1px solid #eee;
}
.kspmldys_tb{
	height: auto;
}
.kspmldys_tb1{
	height: 150px;
	background: #ddd;
}
.kspmldys_n{
	height: auto;
}
.kspmldys_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
}
.kspmldys_js{
	height:75px;
	margin-top: 10px;
	overflow: auto;
}
.kspmldys_js p{
	line-height: 25px;
	font-size: 14px;
	color: #888;
	margin:0;
}

.kspmldys_line{
	width: 30px;
	height: 2px;
	background: #d80300;
	margin-top: 10px;
	margin-left: 0;
}
/** jst_kspmldys **/
/** jst_duibi **/
.jst_duibi{
	height: auto;
	padding-top: 80px;
}



.goodcp_box{
	height: auto;
	margin-top: 30px;
	position: relative;
	overflow: hidden;
}
.goodcp_box01{
	height: auto;
	background: #d80300;
    color: #fff;
    padding:0;
    min-height: 1159px;
}
.goodcp_box02{
	height: auto;
	background: #2b2b33;
    color: #fff;
    padding:0;
    min-height: 1159px;
}
.goodcp_title{
	line-height: 100px;
	text-align: center;
	font-size: 36px;
}
.goodcp_title01{
	background: #2b2b33;
}
.goodcp_title02{
	background: #d80300;
}
.goodcp_nr{
	height: auto;
	width: 75%;
	margin:80px auto;
}
.goodcp_nr ul{
	height: auto;
}
.goodcp_nr ul li{
	height: auto;
	margin-bottom: 30px;
}
.goodcp_box01 .goodcp_nr ul li{
}
.goodcp_box02 .goodcp_nr ul li{
}
.goodcp_tb{
	height: auto;
	text-align: center;
}
.goodcp_tb01{
	position:relative;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
}
.goodcp_tb img{
	width: 60%;
}
.goodcp_tbwz{
	height: auto;
	background: #fff;
	border-radius: 10px;
	padding:30px;
	background: rgba(255,255,255,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
	min-height: 120px;
}
.goodcp_tbwz p{
	line-height: 25px;
	font-size: 16px;
	color: #333;
}
.goodcp_tbwz p span{
	color: red;
}

.goodcp_logo{
	width: 200px;
	height: auto;
	position: absolute;
	top:18px;
	left:50%;
	margin-left: -105px;
}

.goodcp_ul{
	width: 170px;
	height: auto;
	position: absolute;
	top:180px;
	left:50%;
	margin-left: -85px; 
}
.goodcp_ul ul{
	height: auto;
}
.goodcp_ul ul li{
	
    min-height: 120px;
}
.goodcp_yswz{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 30px;
    border: 2px solid #fff;
}
.goodcp_yswz01{
	background: #ec4d40;
}
.goodcp_yswz02{
	background: #6f64a5;
}

.goodcp_tbwz01{
	background: none;
	border: 2px solid #fff;
	color: #fff;
}
.goodcp_tbwz01 span{
	color: #fff !important;
}
/** jst_duibi **/
/** jst_xuanze **/
.jst_xuanze{
	height: auto;
	padding:80px 0 50px;
}
.jst_liyou{
	height: auto;
	margin-top: 50px;
}
.jst_liyou ul{
	height: auto;
}
.jst_liyou ul li{
	height: auto;
	margin-bottom: 30px;
}
.liyou_kj{
	height: auto;
	padding: 0 30px;
}
.liyou_top{
	height: 36px;
	padding-left: 50px;
}
.liyou_top01{background: url(../images/ly-dz.png) center left no-repeat;}
.liyou_top02{background: url(../images/ly-gf.png) center left no-repeat;}
.liyou_top03{background: url(../images/ly-jf.png) center left no-repeat;}
.liyou_top04{background: url(../images/ly-aq.png) center left no-repeat;}
.liyou_top05{background: url(../images/ly-jf.png) center left no-repeat;}
.liyou_top06{background: url(../images/ly-sh.png) center left no-repeat;}
.liyou_bt{
	line-height:25px;
    color: #111;
    font-size: 18px;
}
.liyou_xian{
	width: 20px;
	height: 2px;
	background: #d80300;
	margin-left: 0;
	margin-top: 5px;
}
.liyou_con{
	height: auto;
	padding-left: 50px;
	margin-top:10px;
}
.liyou_con p{
	line-height: 25px;
	font-size: 14px;
}
/** jst_xuanze **/
/** kzh_box **/
.kzh_box{
	height: auto;
	padding:100px 0;
	background: url(../images/jstbg05.jpg) center center no-repeat fixed;
	overflow: hidden;
}

.kzh_box ul{
	height: auto;
}
.kzh_box ul li{
	height: auto;
}
.kzh_wz{
	width: 200px;
	height: 200px;
	text-align: center;
	color: #fff;
	font-size: 80px;
	border: 3px solid #fff;
	line-height: 200px;
	position:relative;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

@-webkit-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-moz-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-ms-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-o-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
.kzh_mc{
	line-height: 35px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
}
.kzh_box ul li:hover .kzh_wz{
	color: #d80300;
	border: 3px solid #d80300;
	transition: color .6s,border-color .6s,background-color .6s;
}
.kzh_box ul li:hover .kzh_mc{
	color: #d80300;
	transition: color .6s,border-color .6s,background-color .6s;
}

/** kzh_box **/
/** bpxt_con **/
.bpxt_xbt{
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	color: #111;
	margin-top: 15px;
	font-weight: bold;
}
.bpxt_con{
	width: 80%;
	height: auto;
	margin-top: 30px;
}
.bpxt_con p{
	line-height: 30px;
    font-size: 16px;
    text-align: center;
}
.bpxt_tp{
	height: auto;
	margin-top: 30px;
	text-align: center;
}
.bpxt_tp img{
	max-width: 100%;
}
/** bpxt_con **/
/** bpxt_gjcfg **/
.bpxt_gjcfg{
	height: auto;
	padding: 80px 0;
    background: #f8f8f8;
}
.gjcfg_con{
	height: auto;
	margin-top: 50px;
}
.gjcfg_con ul{
	height: auto;
}
.gjcfg_con ul li{
	height: auto;
}
.gjcfg_zj{
	height: auto;
	text-align: center;
}
.gjcfg_tb{
	font-size: 48px;
	color: #d80300;
}
.gjcfg_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	font-weight: bold;
}
.gjcfg_nr{
	height: auto;
    margin-top: 5px;
    width: 80%;
}
.gjcfg_nr p{
	line-height: 25px;
	font-size: 14px;
}
/** bpxt_gjcfg **/
/** bpxt_tgyl **/
.bpxt_tgyl{
	height: auto;
	padding:80px 0;
}
.bptgyl_con{
	height: auto;
	margin-top: 50px;
}
.bptgyl_con ul{
	height: auto;
}
.bptgyl_con ul li{
	height: auto;
	padding:0;
}
.bptgyl_bg{
	height: auto;
	text-align: center;
	padding:30px 15px;
}
.bptgyl_con ul li:nth-child(odd) .bptgyl_bg{
	background: #f9f9f9;
}
.bptgyl_con ul li:nth-child(even) .bptgyl_bg{
	background: #f1f1f1;
}
.bptgyl_tb{
	line-height: 50px;
	font-size: 48px;
    color: #d80300;
}
.bptgyl_bt{
	line-height: 30px;
	font-size: 24px;
	color: #111;
	margin-top: 15px;
}
.bptgyl_line{
	width:50px;
	height: 2px;
	background: #d80300;
	margin:10px auto;
}
.bptgyl_wz{
	line-height: 25px;
	font-size: 14px;
	width: 80%;
}
/** bpxt_tgyl **/
/** bpxt_tgyoshi **/
.bpxt_tgyoshi{
	height: auto;
    padding:80px 0;
    background: #f8f8f8;
}
.wcbp_ysnr{
	height: auto;
	margin-top:50px;
	overflow: hidden;
}
.wcbp_ysnr ul{
	height: auto;
}
.wcbp_ysnr ul li{
	height: auto;
	padding:0 5px;
	margin:15px auto;
}
.wcbp_ysleft{
	height: auto;
	padding:0;
}
.wcbp_ysright{
	height: auto;
	padding:0 5px;
}
.wc_bpyou{
	height: auto;
    border: 1px solid #d80300;
    border-radius: 100%;
    line-height: 80px;
    width: 80px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #d80300;
}
.wc_bpyou1{
	line-height: 35px;
    font-size: 16px;
    margin-top: 10px;
    color: #111;
    font-weight: bold;
}
.wc_bpyou2{
	line-height:20px;
    font-size: 14px;
    color: #999;
}

/** bpxt_tgyoshi **/
/** bpxt_banben **/
.bpxt_banben{
	height: auto;
    padding: 80px 0;
}
.banben_box{
	height: auto;
	margin-top: 50px;
	overflow: hidden;
}
.banben_box ul{
	height: auto;
}
.banben_box ul li{
	height: auto;
}
.banben_kj{
	height: auto;
}
.banben_bt{
	height: auto; 
	position:  relative;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.banben_bt img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.banben_kk{
	height: auto;
	background: #faf5f5;
	padding: 15px 30px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.banben_bt1{
	height: auto;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #111;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}
.banbaen_nr{
	height: auto;
	margin-top: 10px;
}
.banbaen_nr p{
	line-height: 25px;
	color: #111;
	font-size: 14px;
	height: 75px;
	margin:0;
}
/** bpxt_banben **/
/** bpxt_hzpt **/
.bpxt_hzpt{
	height: auto;
    padding:80px 0;
    background: #f8f8f8;
}
.wcbp_pingtai{
	height: auto;
	margin-top: 50px;
	overflow: hidden;
}
.sec_content06 li{
	margin-bottom: 30px;
}
.hzhb{
	height: auto;
	border:1px solid #ddd;
	padding: 10px;
}
.hzhb img{
	-moz-transform: perspective(0px) rotateY(0deg);
  -webkit-transform: perspective(0px) rotateY(0deg);
  transform: perspective(0px) rotateY(0deg);
  transition: all 1s;
  -webkit-transition: all 1s;
}
.sec_content06 li:hover .hzhb img{
	-moz-transform: perspective(800px) rotateY(360deg);
-webkit-transform: perspective(800px) rotateY(360deg);
transform: perspective(800px) rotateY(360deg);
transition: all 1s;
-webkit-transition: all 1s;
}

/** bpxt_hzpt **/

/** inner_fkfs **/
.inner_fkfs{
	height: auto;
	margin-top: 50px;
}
.fkfs_box{
	height: auto;
	overflow: hidden;
}
.fkfs_box ul{
	height: auto;
}
.fkfs_box ul li{
	height: auto;
}
.fkfs_nr{
	height: auto;
	background: #3d4047;
	padding:15px 15px 30px 15px;
}
.yinhang{
	line-height: 36px;
	border-bottom: 1px dotted #47505c;
	text-align: center;
	font-size: 22px;
	color: #fff;
	padding-bottom: 5px;
}
.yh_fk{
	height: auto;
	margin-top: 15px;
}
.yh_fk p{
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.fkfs_ewm{
	height:auto;
	text-align: center;
	margin-top: 15px;
	width: 220px;
}
.fkfs_ewm img{
	max-width: 100%;
}

.tsshmdiv{
	overflow: hidden;
}
.tssm_nr{
	height: auto;
	padding:15px;
	/**background: #3d4047;**/
	margin:30px 15px 0 15px;
	border: 1px solid #ddd;
    border-radius: 5px;

}
.tssm_nrbt{
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 10px;
	color: #111;
	text-align: center;
	font-weight: bold;
}
.tssm_nr p{
	line-height: 25px;
	color: #111;
	text-align: center;
	font-size: 16px;
}
/** inner_fkfs **/

/** sem_what **/
.sem_fwnr{
	height: auto;
	margin-top: 40px;
}
.sem_fwnr ul{
	height: auto;
}
.sem_fwnr ul li{
	height: auto;
	text-align: center;
}
.sem_fwtb{
	width: 40%;
	height: auto;
	border:3px solid #ddd;
	border-radius: 100%;
	padding:8%;
}
.sem_fwtb img{
	max-width: 100%;
}
.sem_fwbt{
	line-height: 35px;
	font-size: 16px;
	color: #111;
	margin-top: 15px;
	font-weight: bold;
}
.sem_fwwz{
	height: auto;
	margin-top: 5px;
	line-height: 25px;
	font-size: 13px;
	color: #999;
}
.sem_fwwz p{
	margin-bottom: 0;
}
/** sem_what **/
/** sem_fwfan **/
.sem_fwfan{
	height: auto;
	padding: 80px 0;
    background: #f5f7f8;
}
.sem_fanbox{
	height: auto;
	margin-top: 50px;
}
.sem_fanbox ul{
	height: auto;
}
.sem_fanbox ul li{
	height: auto;
	text-align: center;
}
.fanbox_tb{
	height: auto;
}
.fanbox_bt{
	line-height: 35px;
    font-size: 16px;
    color: #111;
    margin-top: 15px;
}
.fanbox_wzjs{
	height: auto;
    margin-top: 5px;
    line-height: 25px;
    font-size: 13px;
    color: #999;
}
.fanbox_wzjs p{
	margin:0;
}
/** sem_what **/
/** sem_liuc **/
.sem_liuc{
	height: auto;
	padding:80px 0;
	background: url(../images/sem_liuc.jpg) center center no-repeat fixed;
	background-size: cover;
}
.sem_liuc .inner_bt01{
	color: #fff;
}
.sem_liuc .inner_bt02{
	color: #9e9e9e;
}
.sem_liuc .inner_bt02 span{
	color: #fff;
}
.sem_liuc .kpxt_xbt{
	color: #ccc;
}

.sem_liuc .liuc_bt{
	color: #fff;
}
.sem_liuc .liuc_wz{
	color: #ccc;
}
.liuc_box{
	height: auto;
	margin-top: 50px;
}
.liuc_box ul{
	height: auto;
}
.liuc_box ul li{
	width: 14.2857%;
	height: auto;
	text-align: center;
}
.liuc_tb{
	width: 75%;
	height: auto;
	background: #d80300;
	border-radius: 100%;
	padding:20%;
}
.liuc_bt{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	margin-top: 15px;
}
.liuc_wz{
	height: auto;
	margin-top: 5px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
/** sem_liuc **/
/** chose_ldly **/
.chose_ldly{
	padding: 80px 0 20px;
}
.ldly_box{
	height: auto;
	margin-top: 80px;
}
.ldly_box ul{
	height: auto;
}
.ldly_box ul li{
	height: auto;
	margin-bottom: 60px;
}
.ldly_tp{
	height: auto;
	border:1px solid #eee;
	position: relative;
	padding:0 30px 50px;
}
.ldly_sz{
	width: 60px;
	height: 60px;
	position: absolute;
	top:-30px;
	left:50%;
	margin-left: -30px;
	background: #d80300;
	text-align: center;
	line-height: 60px;
	color: #fff;
	font-size: 24px;
	border-radius: 100%;
}
.ldly_bt{
	height: auto;
	line-height: 35px;
	font-size: 24px;
	color: #111;
	margin-top: 50px;
	text-align: center;
}
.ldly_line{
	width: 50px;
	height: 1px;
	background: #dcd6d6;
	margin-top: 15px;
}
.ldly_bt1{
	height: 50px;
	margin-top:15px;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	text-align: center;
	margin-top: 15px;
}
/** chose_ldly **/
/** tgcl_box **/
.tgcl_box{
	height: auto;
	padding: 80px 0;
    background: #f5f7f8;
}
.tgcl_con{
	height: auto;
	margin-top: 50px;
}
.tgcl_con ul{
	height: auto;
	text-align: center;
}
.tgcl_con ul li{
	height: auto;
	display: inline-block;
	margin:10px 20px;
}
.tgcl_yuan{
	width: 150px;
	height: 150px;
	border:5px solid #8f8f8f;
	border-radius: 100%;
}
.tgcl_yuan p{
	line-height: 30px;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 0;
	font-weight: bold;
}
/** tgcl_box **/

@media (min-width: 1200px){

.container {
	width: 80%;
}


}

/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{ text-align:center; border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#666;}
.navbar-nav li a:hover{ color:#d80300;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle { margin-right: 0; }
.navbar-toggle .icon-bar {background-color:#d80300;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;width: 35%;
    margin-top: 4px;}
.logo_boxlist img{
	width: 100%;
}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#d80300;
	}
	


/** sjdhmenu **/
.sjdhmenu{
	width: 100%;
		height: 0;
		background: #000;
		position: absolute; top: 80px; left: 0; z-index: -1;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		overflow: hidden;

}
.sjdhmenu ul{
	height: auto;
	padding:15px;
}
.sjdhmenu ul li{
	line-height: 40px;
    border-bottom: 1px dotted #333;
}
.sjdhmenu ul li a{
	display: block;
	 padding-left: 15px;
	color: #fff !important;
		font-weight: bold;
		text-decoration: none !important;
		font-size: 16px;
		letter-spacing: 2px;
		font-weight: 500;
		text-align: left;
		text-transform: uppercase;
		-webkit-transition: 0.3s linear;
		-moz-transition: 0.3s linear;
		-ms-transition: 0.3s linear;
		-o-transition: 0.3s linear;
		transition: 0.3s linear;
}
.sjdhmenu ul li a i{
	margin-right: 15px;
	width: 18px;
}

.nav_btn1{
	width: 30px;
		height: auto;
		cursor: pointer;
		position: absolute; top: 90px; right: 15px;
		border-radius: 1px;
		opacity: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
}

#sjdhmenu_current a{color: #d80300 !important;}	

/** sjdhmenu **/	
	
.phone_banner{
	height: auto;
	margin-top: 50px;
}	

.sy_ab{
	padding:30px 0;
}

.syab_bt01{
	line-height: 20px;
    font-size: 14px;
}
.syab_bt02{
	line-height: 25px;
    font-size: 16px;
}
.syab_con{
	margin-top: 15px;
}
.syab_con p{
	line-height: 25px;
    font-size: 13px;
}
.syabmore{
	width: 35%;
    height: 90px;
    margin-top: 10px;
    float: left;
}
.syab_gd1{
	font-size: 24px;
    line-height: 35px;
}
.syab_gd2{
	font-size: 14px;
    line-height: 20px;
}
.syab_gd{margin-top: -28px;
}
.sypro_box ul li{
	width: 50%;
    float: left;
}
.sypro_box ul li:nth-child(3){
	width: 100%;
}
.sypro_box ul li:nth-child(3) img{
	height: 200px;
}
.sypro_box ul li:nth-child(3) .sypro_wenan{
	margin-top: -72px;
}
.sypro_tb{
	width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
    line-height: 30px;
    font-size: 20px;
}
.sypro_wzjs{
	display: none;
}

.sypro_bt01{
	line-height: 30px;
    font-size: 18px;
}
.sypro_bt02{
	line-height: 20px;
    font-size: 12px;
}
.sypro_more{
	width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}
.sypro_watim{
	font-size: 18px;
}
.sypro_watim1{
	display: none;
}
.sypro_wanr p{
	line-height: 25px;
    font-size: 12px;
}
.sypro_wanr{
	margin-top: 10px;
}
.sypro_wenan{margin-top: -110px;}
.sypro_box{
	margin-top: 0px;
}
.sypro_box1 ul li{
	padding:0;
}
.sypro_bt1a{
	line-height: 30px;
    font-size: 18px;
}
.sypro_bt1b{
	line-height: 20px;
    font-size: 12px;
}
.sypro_bt1{
	top: 20px;
    left: 20px;
}
.sypro_wzjs1{
	width: 88%;
	top: 70px;
    left: 20px;
}
.sypro_wzjs1 p{
	line-height: 25px;
    font-size: 13px;
}
.sypro_more1{
	    bottom: 10px;
    left: 20px;
    line-height: 25px;
    font-size: 24px;
}
.sy_zhan{
	padding: 30px 0;
	margin-top: 0;
}
.sybt01{
	line-height: 30px;
    font-size: 18px;
}
.sybt02{
	line-height: 25px;
    font-size: 12px;
}
.syzhan_box{
	margin-top: 15px;
}
.syzhan_box ul li{
	width: 50%;
    float: left;
    margin-bottom: 15px;
}
.syzhan_bt1{
	padding:0;
}
.syzhan_tm01{
	    line-height: 25px;
    font-size: 14px;
}
.syzhan_tm02{
	line-height: 20px;
    font-size: 12px;
}
.syzhan_bt2{
	display: none;
}
.syzhan_bt{
	margin-top: 5px;
}
.sy_news{
	padding: 30px 0;
}
.synews_box ul li{
	width: 50%;
    float: left;
    margin-bottom: 15px;
}
.xyxw_bt{
	line-height: 30px;
    font-size: 14px;
}
.syxw_con{
	height: 40px;
}
.syxw_con p{
	line-height: 20px;
	font-size: 12px;
}
.syxw_time{
	line-height: 25px;
    font-size: 12px;
}
.synews_box{
	margin-top: 15px;
}
.case_roll{
	padding:30px 15px;
	margin-top: 0;
}
.roll_box .swiper-button-prev{
	display: none;
}
.roll_box .swiper-button-next{
	display: none;
}
.sy_case{
	padding: 30px 0;
}
.sycase_box{
	margin-top: 15px;
}
.sycase_box ul li{
	width: 50%;
    float: left;
    margin-bottom: 15px;
}
.sycase_bt{
	line-height: 30px;
    font-size: 14px;
}
.sy_jjfan{
	padding:30px 0;
}
.syjjfan_box{
	margin-top: 15px;
}
.syjjfan_box ul li{
	width: 50%;
	float: left;
	margin-bottom: 10px;
}
.syjjfan_con{
	display: none;
}
.syjjfan_bt{
	    line-height: 25px;
    font-size: 12px;
}
.footer_dh ul li{
	width: 33.3333333%;
    float: left;
}
.footer_dh ul li a{
	line-height: 30px;
    font-size: 12px;
}
.footer_bt{
	line-height: 20px;
    font-size: 14px;
}
.foot_lxbt{
	line-height: 25px;
    font-size: 14px;
}
.foot_lxwz p{
	line-height: 25px;
	font-size: 12px;
}
.foot_right{
	margin-top:5px;
}
.foot_ewm01{
	width: 33.333333%;
	float: left;
}
.foot_ewm02{
	width: 33.333333%;
	float: left;
}
.foot_ewm03{
	width: 33.333333%;
	float: left;
}
.ybjszs p{
	text-align: left;
}

.ny_ban{
	display: none;
}
.phone_nyban{
	height: auto;
	margin-top: 50px;
	position: relative;
}
.ny_dhfl{
	display: none;
}
.phone_dhfl{
	height: auto;
	background: #3d4047;
}
.phone_dhfl ul{
	height: auto;
}
.phone_dhfl ul li{
	float: left;
}
.phone_dhfl ul li a{
	display: block;
	line-height:35px;
	color: #fff;
	font-size: 14px;
	padding:0 15px;
}
.phone_dhfl ul li a:hover{
	background: #d80300;
}
#sjdhfldq a{
	background: #d80300;
}
.inner_bt01{
	line-height: 30px;
	font-size: 18px;
	opacity: 0.5;
}
.inner_bt02{
	font-size: 18px;
	margin-top: 0;
}
.kpxt_xbt{
	    line-height: 25px;
	    font-size: 14px;
    margin-top: 8px;
    padding: 0 15px;
}
.inner_box{
	    padding: 30px 0;
}
.kpxt_box{
	margin-top: 30px;
}
.kpxt_box ul li{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

.kpxt_tb{
	width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
}
.kpxt_kj{
	padding:15px;
	height: 215px;
}
.kpxt_mc{
	line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
}
.kpxt_nr{
	height: 80px;
	margin-top: 5px;
}
.kpxt_nr p{
	line-height: 20px;
    font-size: 12px;
}
.jst_kspmldys{padding: 30px 0;}
.kspmldys_box{margin-top: 30px;}
.kspmldys_box ul li{
	width: 50%;
    float: left;
    margin-bottom: 15px;
}
.kspmldys_bt{
	    line-height: 22px;
    font-size: 13px;
}
.kspmldys_js{
	height: 80px;
}
.kspmldys_js p{
	line-height: 20px;
    font-size: 12px;
}

.jst_duibi{
	padding-top: 30px;
}
.goodcp_title {
    line-height: 50px;
    font-size: 20px;
}
.goodcp_nr {
    width: 90%;
    margin: 30px auto;
}
.goodcp_tb01 {
    width: 20%;
    float: left;
    padding-left: 0;
    padding-right: 30px;
}

.goodcp_tbwz {
    width: 80%;
    float: left;
    padding: 15px;
    min-height: auto;
}
.goodcp_nr ul li {
    margin-bottom: 15px;
}
.goodcp_tbwz p {
    line-height: 20px;
    font-size: 12px;
    margin:0;
}
.goodcp_box01 {
    min-height: auto;
    padding-bottom: 15px;
}
.goodcp_tb01 img {
    width: 100%;
}
.jst_xuanze{
	padding: 30px 0 10px;
}
.jst_liyou{
	margin-top: 30px;
}

.jst_liyou ul li{
	margin-bottom: 15px;
}
.liyou_kj{padding: 0 15px;}

.kzh_box{
	padding:50px 0;
	background: url(../images/jstbg05.jpg) center center no-repeat;
}
.kzh_box ul li {
    width: 33.33333%;
    float: left;
}
.kzh_wz {
    width: 80px;
    height: 80px;
    font-size: 36px;
    line-height: 80px;
}
.kzh_mc {
    line-height: 20px;
    font-size: 12px;
    margin-top: 5px;
}
.bpxt_xbt{
	line-height: 30px;
	font-size: 16px;
	margin-top: 10px;
}
.bpxt_con{
	width: 100%;
    height: auto;
    margin-top: 15px;
    padding: 0 15px;
}
.bpxt_con p{
	line-height: 25px;
    font-size: 14px;
}
.bpxt_tp{
	margin-top: 15px;
}

.bpxt_gjcfg{
	padding:30px 0;
}
.bpxt_gjcfg .inner_bt02{
	font-size: 12px;
}
.gjcfg_con{
	margin-top: 30px;
}
.gjcfg_con ul li{
	width: 50%;
    float: left;
}

.gjcfg_tb{
	font-size: 36px;
}
.gjcfg_bt{
	line-height: 25px;
    font-size: 14px;
}
.gjcfg_nr{
	width: 100%;
}
.bpxt_tgyl{
	padding:30px 0;
}
.bptgyl_con{
	margin-top: 30px;
}
.bptgyl_con ul li{
	width: 50%;
    float: left;
    margin-bottom: 15px;
}
.bptgyl_tb{
	line-height: 40px;
    font-size: 36px;
}
.bptgyl_bt{
	line-height: 25px;
    font-size: 16px;
    color: #111;
    margin-top: 10px;
}
.bptgyl_wz{
	line-height: 20px;
    font-size: 12px;
    width: 90%;
    height: 60px;
    overflow: auto;
}
.bpxt_tgyoshi{
	padding:30px 0;
}

.wcbp_ysnr ul li{
	width: 50%;
    float: left;
}
.wc_bpyou1{
	line-height: 30px;
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

.wc_bpyou2{
	line-height: 20px;
    font-size: 12px;
    text-align: center;
}
.wcbp_ysnr{
	margin-top: 30px;
}
.bpxt_banben{padding: 30px 0;}
.banben_box{
	margin-top: 30px;
}
.banben_bt1{
	line-height: 30px;
	font-size: 18px;
}
.banben_box ul li{
	margin-bottom: 15px;
}
.bpxt_hzpt{padding:30px 0;}
.wcbp_pingtai{
	margin-top: 30px;
}
.sec_content06 li {
    width: 33.33333%;
    float: left;
    margin-bottom: 10px;
}
.hzhb{padding: 5px;}
.wltg_box{margin-top: 30px;}
.wltg_bt{
	line-height: 30px;
    font-size: 18px;
}
.wltg_nr{
	    margin-top: 15px;
}
.wltg_nr p{
	line-height: 25px;
    font-size: 14px;
    color: #111;
    margin: 0 0 10px;
}
.wltg_box02{padding: 0 15px;}
.wltg_tp{height: 150px;}
.wltg_jsbt{
	line-height: 30px;
    font-size: 20px;
}
.wltg_jsnei{
	width: 86%;
    height: auto;
    margin-top: 15px;
}
.wltg_jsnei p{
	line-height: 25px;
	font-size: 12px;
}
.wltg_js01{padding: 30px 0 80px;background: url(../images/wltg_js.jpg) center center no-repeat;}
.wltg_js02bg{    width: 90%;padding: 15px;}
.wltg_sdtd ul li{padding: 15px 15px;margin: 5px 0;border-bottom: 1px dotted #ddd;}
.jyhc_wznr p{
	line-height: 25px;
    font-size: 14px;
}
.jyhc_wzbt{
	line-height: 30px;
    font-size: 16px;
}
.wltg_jjfan{padding: 0px 0 30px;}

.wltg_youshi{padding: 30px 0 0;}
.jyhk_yscon ul li{
	width: 50%;
    float: left;
}
.yjhcys_hovtb{
	width: 50px;
}
.yjhcys_hovline{margin: 10px auto;}
.yjhcys_hovbt{
	font-size: 16px;
}
.yjhcys_hovcon p{
	font-size: 12px;
}
.yjhcys_hovdiv{
	margin-top: -90px;
}
.wltg_cpys{
	padding: 30px 0 25px;
}
.wltg_gnbox{margin-top: 30px;}
.wltg_gnbox ul li{
	width: 50%;
    float: left;
     margin-bottom: 15px;
}
.gnbox_ktp{
	font-size: 36px;
}
.gnbox_kbt{
	font-size: 16px;
}
.gnbox_kbt1{
	line-height: 22px;
    font-size: 12px;
    height: 44px;
}
.juyhk_yxwzjs{
	width: 100%;
    height: auto;
    margin-top: 15px;
    padding: 0 15px;
}
.hkqp_yxtr{
	width: 100%;
}
.hkqp_yxtr ul li{
	width: 33.3333%;
    float: left;
    margin-bottom: 10px;
}
.hkqp_tb{
	width: 100%;
}
.wltg_qpyx{padding: 0 0 15px;}
.sdwd_wftg ul li{
	width: 50%;
    float: left;
        margin-bottom: 15px;
}
.sdwd_zj{
	width: 100%;
	padding:0 15px;
}
.sdwd_bt{
	line-height: 25px;
    font-size: 16px;
}
.sdwd_nei{
	line-height: 20px;
    font-size: 12px;
}
.wltg_sdwd{padding: 0 0 30px;}
.wltg_wywk{padding: 30px 0;}
.wywk_wz{padding: 0 15px;}
.wywk_nr{
	margin-top: 20px;
}
.wywk_nr ul li{
	width: 50%;
    float: left;
    margin-bottom: 15px;
}
.wywk_bt{
	line-height: 25px;
    font-size: 16px;
}
.wywk_wzjs{
	line-height: 20px;
    font-size: 12px;
}
.jyhk_xsj{
	padding: 30px 0 30px;
}
.jyhk_xsjbt {
    line-height: 24px;
    font-size: 20px;
}
.jyhk_xsjbt1 {
    line-height: 20px;
    font-size: 12px;
}
.xsjcon_ul ul li{margin-bottom: 10px;}
.bdacg_box{
	margin-top: 30px;
}
.bdacg_tp{
	height: 200px;
}
.bdacg_nr{padding: 30px 30px;}
.bdacg_nr p{
	line-height: 25px;
    font-size: 14px;
}
.inner_liudaqy{
	padding:30px 0;
}
.liudaqy_box{margin-top: 30px;}
.liudaqy_box ul li{
	width: 50%;
	float: left;
	margin-bottom: 15px;
}

.liudaqy_kj a{
	padding: 15px;
}
.liudaqy_tb{
	line-height: 40px;
    font-size: 30px;
}
.liudaqy_bt{
	line-height: 25px;
    font-size: 14px;
}
.liudaqy_nr{
	width: 100%;
	height: 80px;
}
.liudaqy_nr p{
	line-height: 20px;
    font-size: 12px;
}
.liudaqy_al{
	width: 100%;
}
.ckxqal_title{
	line-height: 25px;
    font-size: 18px;
}
.ckxqal_box{
	width: 100%;
}
.sjdzuhli{
	height: 257px;
}
.nybox_menu ul li a{
	padding: 0 15px;
	font-size: 14px;
	line-height: 35px;
}
.wzjs_menu{
	    margin-top: 15px;
    padding: 0 10px;
}
.wzjs_menu ul li a{
	line-height: 30px;
	font-size: 12px;
	padding: 0 10px;
}
.inner_jsjz{margin-top: 30px;}
.fenye_box{margin: 15px auto 0;}
.fenye_box ul li{margin: 5px 2px;}
.fenye_box ul li a{padding: 5px 10px; font-size: 12px;}
.jsjz_xqkj{
	height: auto;
	padding: 15px;
}
.jsjz_xqtp{
	display: none;
}
.jsjz_xqcon{
	padding:0;
}
.jsjz_xqwzjs{
	height: auto;
}
.jsjz_xqkj1{
	height: auto;
	padding: 15px;
}
.wzjs_nybq{
	margin-top: 15px;
}
.xmsx{
	height: auto;
}
.jsjz_syzsxg{
	line-height: 30px;
    font-size: 20px;
    margin-top: 20px;
}
.jsjzdot02{margin: 20px 15px 0;padding: 15px;}
.fanhui_an a i{
	line-height: 30px;
    font-size: 24px;
    margin-top: 13px;
}
.fanhui_an a p{
	line-height: 20px;
    font-size: 14px;
}
.fanhui_an{
	width: 80px;
    height: 80px;
    margin: 30px auto 0;
}
.inner_wzyh{
	margin-top: 30px;
}
.inwzyh_bt{
	line-height: 25px;
    font-size: 18px;
}
.inwzyh_bt1{
	line-height: 25px;
    font-size: 14px;
}
.inwzyh_con ul li{
	line-height: 25px;
    font-size: 14px;
    margin-bottom: 10px;
}
.inwzyh_con ul li i{
	font-size: 16px;
    width: 20px;
}
.inner_wzyh2{
	display: none;
}
.inner_ffkk{
	padding: 0px 15px 15px;
    margin-top: 0;
}
.ffkk_bt01{    line-height: 30px;
    font-size: 18px;}
.ffkk_bt02{
	line-height: 25px;
    font-size: 14px;
    margin-top: 10px;
}
.ffkk_con ul li{
	width: 33.3333%;
    height: auto;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
}
.ffkk_wz{
	line-height: 20px;
	font-size: 12px;
	height: 40px;
}
.ffkk_con{    margin-top: 15px;}
.inner_qywhy{
	padding:30px 0;
}
.qywhy_con{
	margin-top: 30px;
}
.qywhy_con ul li{
	margin-bottom: 15px;
    width: 50%;
    float: left;
}
.qywhy_tb{
	width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
}
.qywhy_kj{
	padding:15px;
}
.qywhy_nr{
	line-height: 20px;
    font-size: 12px;
    height: 80px;
}
.qywhy_tm{
	line-height: 30px;
    font-size: 14px;
}
.wzyh_inbar{
	height: auto;
	background: #0c1522;
	padding:30px 15px;
	background: url(../images/wzyh_inbar.jpg) center center no-repeat;
	background-size: cover;
}
.wzyhin_bt{
	line-height: 30px;
    font-size: 18px;
}
.wzyhin_bt1{
	line-height: 25px;
	font-size: 14px;
}
.wzyh_bdtk{
	padding:30px 0;
}
.bdtk_con{
	margin-top: 30px;
}

.bdtk_con ul li{
	margin-bottom: 15px;
    width: 50%;
    float: left;
}
.bdtk_kj{
	padding:15px;
}
.bdtk_sz{
	line-height: 40px;
    font-size: 24px;
}
.bdtk_wz{
	padding: 0;
    margin-top: 15px;
}
.bdtk_wz01{
	line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.bdtk_wz02{
	display: none;
}
.wzyh_ldjz{
	padding:30px 0;
}
.ldjz_con{
	margin-top: 30px;
}
.ldjz_con ul li{
	margin-bottom: 15px;
    width: 50%;
    float: left;
}
.ldjz_num{
	width: 100px;
    line-height: 20px;
    font-size: 16px;
}
.ldjz_kj{    padding: 15px;}
.ldjz_wz{
	line-height: 20px;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    height: 60px;
    overflow: auto;
}
.inner_news{
	margin-top: 30px;
}
.inner_right{
	display: none;
}
.inner_left{
	padding: 0 15px;
}
.xqdot_bt{
	line-height: 30px;
    font-size: 20px;
}
.xqdot_fb{
	line-height: 25px;
    font-size: 12px;
}
.xqdot_fb02{
	display: none;
}
.xqdot_box{
	margin-top: 15px;
	padding-bottom: 15px;
}
.xqspxp{
	    padding: 10px;
    line-height: 25px;
}
.inner_lxfs{
	margin-top: 30px;
}
.neiye_bknr01 h3{
	font-size: 18px;
}
.neiye_bknr01 ul{
	margin-top: 10px;
}
.neiye_bknr01 ul li{
	line-height: 40px;
    font-size: 12px;
}
.neiye_bknr02{
	margin-top: 15px;
}
.weixin {
    width: 50%;
    float: left;
    padding: 0 5px;
}
.weixin_tp{
	    width: 100%;
	    padding: 10px;
}
.weixin_nm{
	line-height: 25px;
    font-size: 14px;
}
.inner_map{
	margin-top: 30px;
	padding: 0 15px;
	height: 240px;
}
.inner_about{
	margin-top: 30px;
	padding:0 15px;
}
.inner_about h3{font-size: 18px;}
.inner_about p{
	line-height: 25px;
    font-size: 14px;
}
.inner_message{
	margin-top: 30px;
}
.zxly_box{
	width: 100%;
}

.zxly_in{
    height: 40px;
        line-height: 40px;
}
.zxly_box ul li textarea{
	height: 120px;
}
.zxly_in1{
	height: 40px;
        line-height: 40px;
        font-size: 14px;
}



.syindex_ckgdan{
	width: 150px;
}
.syindex_ckgdan a{
	font-size: 14px;
	line-height: 35px;
}


.inner_fkfs{
	margin-top: 30px;
}
.fkfs_box ul li{
	margin-bottom: 15px;
}
.yh_fk{
	margin-top:15px;
}
.yh_fk p{
	line-height: 20px;
}

.tssm_nr{
	margin-top: 15px;
}
.tssm_nrbt{
	line-height: 25px;
    font-size: 16px;
}
.tssm_nr p{
	font-size: 14px;
}

.phone_dbzx{
	width: 100%;
	height: auto;
	padding:5px;
	background: #d80300;
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 999;
}
.phone_dbzx ul{
	height: auto;
}
.phone_dbzx ul li{
	width: 33.33333%;
	float: left;
}
.phone_dbzj{
	height: auto;
}
.phone_dbzj a{
	display: block;
	text-align: center;
	color: #fff;
	position: relative;
}
.phone_dbtb{
	height: auto;
	font-size: 20px;
	line-height: 25px;
}
.phone_dbzx ul li:nth-child(1) .phone_dbtb{font-size: 22px;}
.phone_dbwz{
	font-size: 14px;
	line-height: 25px;
}
.phone_dbxian{
	width: 1px;
	height: 30px;
	    background: #db4d4b;
	position: absolute;
	top:50%;
	margin-top: -15px;
	right: 0;
}
.warp{
	padding-bottom: 60px;
}

.syjcal{
	margin-top: 10px;
}
.tabbtn li{
	margin:0 3px;
}
.tabbtn li a{
	line-height: 30px;
	font-size: 13px;
	padding: 0 20px;
}
.sy_case .sycase_box ul li:nth-child( n + 5){
	display: none;
}
.sy_case .syzhan_box ul li:nth-child( n + 5){
	display: none;
}
.witness{
	margin-top: 15px;
}
.witness ul li{
	margin-bottom: 15px;
}
.sy_zhan .witness ul li:nth-child( n + 5){
	display: none;
}
.witness_nr{
	padding: 8px 10px;
}
.witness_bt{
	line-height: 25px;
    font-size: 14px;
}
.witness_time{
	line-height: 20px;
    font-size: 12px;
}
.witness_wz{
	height: 40px;
	line-height: 20px;
    font-size: 12px;
}
.inner_box .witness{
	margin-top: 30px;
}
.inner_case{
	margin-top: 30px;
}



.sem_fwnr{
	margin-top: 20px;
}
.sem_fwtb{
	width: 60%;
	padding: 13%;
}
.sem_fwbt{
	line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
}
.sem_fwwz{
	line-height: 20px;
    font-size: 12px;
}
.sem_fwnr ul li{
	margin-bottom: 15px;
}

.sem_fwfan{
	padding:30px 0 15px;
}
.sem_fanbox{
	margin-top: 30px;
}
.fanbox_bt{
	line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
}
.fanbox_wzjs{
	    line-height: 22px;
    font-size: 12px;
}
.sem_fanbox ul li{
	margin-bottom: 15px;
}

.sem_liuc{
	padding:30px 0 15px;
	background: url(../images/sem_liuc1.jpg) center center no-repeat;
    background-size: cover;
}
.liuc_box{
	margin-top: 30px;
}
.liuc_box ul li{
	width: 33.33%;
	margin-bottom: 15px;
}
.liuc_tb{
	width: 80%;
	padding: 15%;
}
.liuc_bt{
	line-height: 25px;
    font-size: 16px;
    margin-top: 10px;
}
.liuc_wz{
	line-height: 22px;
    font-size: 12px;
    height: 66px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.chose_ldly{
	padding:30px 0 0;
}
.ldly_box{
	margin-top: 45px;
}
.ldly_box ul{
	padding:0 8px;
}
.ldly_box ul li{
	padding:0 7px;
	margin-bottom: 40px;
}
.ldly_sz{
	    width: 50px;
    height: 50px;
    top: -25px;
    margin-left: -25px;
    line-height: 50px;
    font-size: 20px;
}
.ldly_tp{
	padding: 0 15px 30px;
}
.ldly_bt{
	line-height: 30px;
    font-size: 16px;
    margin-top: 35px;
}
.ldly_line{
	    width: 40px;
	    margin-top: 10px;
}
.ldly_bt1{
	height: 80px;
	line-height: 20px;
    font-size: 12px;
    margin-top: 10px;
}
.tgcl_box{
	padding:30px 0;
}
.tgcl_con{
	margin-top: 30px;
}
.tgcl_con ul li{
	margin: 5px 10px;
}
.tgcl_yuan{
	width: 100px;
    height: 100px;
    border: 3px solid #8f8f8f;
}
.tgcl_yuan p{
	line-height: 25px;
    font-size: 15px;
    margin-top: 22px;
}



}



/** 移动端 **/
/** index **/


